home *** CD-ROM | disk | FTP | other *** search
- /* TCHK 0.50 - Howard Kapustein's Turbo C library 11-18-87 */
- /* Copyright (C) 1987, Howard Kapustein. All rights reserved. */
-
- /* menuhk.h - header file for MENUHK.C - menu routines */
-
- #include <howard.h>
-
-
- /* function prototypes */
- char menu_lotus(int argc, char cmdkey[], byte *command[], byte col[],
- byte *message[], byte msglen[], byte normal, byte highlite,
- byte cmdrow, boolean clockon, byte clockrow, byte clockcol, byte clockcolor);
- /* lotus slash-bar menu */
- void lotus_setup(int argc, byte *command[], char cmdkey[], byte col[],
- byte *message[], byte msglen[]);
- /* generates info needed for menu_lotus */
-